home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 122 / XENIATGM122.iso / IL2 Sturmovik / data1.cab / Files / lib / flavormap.properties < prev    next >
Text File  |  2001-08-15  |  1KB  |  27 lines

  1. # @(#)flavormap.properties    1.7 00/10/04
  2. #
  3. # This properties file is used to initialize the default
  4. # java.awt.datatransfer.SystemFlavorMap. It contains the Win32 platform-
  5. # specific, default mappings between common Win32 Clipboard atoms and
  6. # platform-independent MIME type strings.
  7. #
  8. # It is required that there is 1-to-1 (inverse) mapping between platform
  9. # targets and MIME strings.
  10. #
  11. # These default mappings may be augmented by specifying the
  12. #
  13. #     AWT.DnD.flavorMapFileURL 
  14. #
  15. # property in the appropriate awt.properties file. The specified properties
  16. # URL will be loaded into the SystemFlavorMap.
  17. #
  18. # No charsets are specified for "TEXT" and for "Rich Text Format" because
  19. # those natives are expressed in the default charset which varies depending
  20. # the current ANSI code-page for the system.
  21.  
  22. TEXT=text/plain;class=java.io.InputStream
  23. UNICODE\ TEXT=text/plain;charset=utf-16le;class=java.io.InputStream
  24. HTML\ Format=text/html;charset=utf-8;class=java.io.InputStream
  25. Rich\ Text\ Format=text/enriched;class=java.io.InputStream
  26. HDROP=application/x-java-file-list;class=java.util.List
  27.